home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u264.dms / in.adf / ARPPRO3.0 / PRO.RUN / printf.asm < prev    next >
Encoding:
Assembly Source File  |  1992-04-18  |  141 b   |  13 lines

  1.     public    _LVOPrintf
  2.     public    _ArpBase
  3.  
  4.     public    _Printf
  5. _Printf
  6.     move.l    4(sp),a0
  7.     lea.l    8(sp),a1
  8.     move.l    _ArpBase,a6
  9.     jmp    _LVOPrintf(a6)
  10.  
  11.     end
  12.  
  13.